home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / psetting / pseval.exe / _SETUP.1 / PSEdit.dfm / PSEdit.txt < prev   
Encoding:
Text File  |  1997-11-13  |  32.9 KB  |  952 lines

  1. object frmEditTPSettings: TfrmEditTPSettings
  2.   Left = 481
  3.   Top = 358
  4.   HelpContext = 35
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'TPFormSettings Property Manager'
  8.   ClientHeight = 273
  9.   ClientWidth = 452
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   PopupMenu = popGeneral
  16.   Position = poDefaultPosOnly
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object pgcMain: TPageControl
  24.     Left = 0
  25.     Top = 0
  26.     Width = 366
  27.     Height = 273
  28.     ActivePage = tabMRU
  29.     Align = alClient
  30.     TabOrder = 0
  31.     object tabGeneral: TTabSheet
  32.       Caption = 'General'
  33.       object grpGeneral: TGroupBox
  34.         Left = 0
  35.         Top = 0
  36.         Width = 358
  37.         Height = 245
  38.         HelpContext = 6
  39.         Align = alClient
  40.         Caption = 'General'
  41.         TabOrder = 0
  42.         object lblSaveLocation: TLabel
  43.           Left = 9
  44.           Top = 20
  45.           Width = 81
  46.           Height = 13
  47.           Caption = 'Save Settings to:'
  48.         end
  49.         object lblHKey: TLabel
  50.           Left = 9
  51.           Top = 49
  52.           Width = 73
  53.           Height = 13
  54.           Caption = 'Registry HKEY:'
  55.           Visible = False
  56.         end
  57.         object cbxSaveLocation: TComboBox
  58.           Left = 98
  59.           Top = 18
  60.           Width = 160
  61.           Height = 21
  62.           HelpContext = 36
  63.           Style = csDropDownList
  64.           ItemHeight = 13
  65.           Items.Strings = (
  66.             'Registry'
  67.             'Stream'
  68.             'OLE Structured Storage'
  69.             'User-Defined Location')
  70.           TabOrder = 0
  71.           OnChange = cbxSaveLocationChange
  72.         end
  73.         object grpSoftwareInfo: TGroupBox
  74.           Left = 9
  75.           Top = 80
  76.           Width = 340
  77.           Height = 105
  78.           Caption = 'Software Information'
  79.           TabOrder = 1
  80.           object lblCompany: TLabel
  81.             Left = 9
  82.             Top = 20
  83.             Width = 78
  84.             Height = 13
  85.             Caption = 'Company Name:'
  86.           end
  87.           object lblSoftware: TLabel
  88.             Left = 9
  89.             Top = 49
  90.             Width = 76
  91.             Height = 13
  92.             Caption = 'Software Name:'
  93.           end
  94.           object lblVersion: TLabel
  95.             Left = 9
  96.             Top = 78
  97.             Width = 83
  98.             Height = 13
  99.             Caption = 'Software Version:'
  100.           end
  101.           object edtCompany: TEdit
  102.             Left = 100
  103.             Top = 18
  104.             Width = 180
  105.             Height = 21
  106.             HelpContext = 3
  107.             TabOrder = 0
  108.           end
  109.           object edtSoftware: TEdit
  110.             Left = 100
  111.             Top = 47
  112.             Width = 180
  113.             Height = 21
  114.             HelpContext = 4
  115.             TabOrder = 1
  116.           end
  117.           object edtVersion: TEdit
  118.             Left = 100
  119.             Top = 76
  120.             Width = 180
  121.             Height = 21
  122.             HelpContext = 5
  123.             TabOrder = 2
  124.           end
  125.         end
  126.         object cbxHKey: TComboBox
  127.           Left = 98
  128.           Top = 47
  129.           Width = 160
  130.           Height = 21
  131.           HelpContext = 2
  132.           Style = csDropDownList
  133.           ItemHeight = 13
  134.           Items.Strings = (
  135.             'HKEY_CURRENT_USER'
  136.             'HKEY_LOCAL_MACHINE')
  137.           TabOrder = 2
  138.           Visible = False
  139.         end
  140.       end
  141.     end
  142.     object tabMRU: TTabSheet
  143.       Caption = 'MRU List'
  144.       object grpMRU: TGroupBox
  145.         Left = 0
  146.         Top = 0
  147.         Width = 358
  148.         Height = 245
  149.         HelpContext = 15
  150.         Align = alClient
  151.         Caption = 'MRU Options'
  152.         TabOrder = 0
  153.         object lblMRULength: TLabel
  154.           Left = 9
  155.           Top = 20
  156.           Width = 36
  157.           Height = 13
  158.           Caption = '&Length:'
  159.           FocusControl = edtMRULength
  160.         end
  161.         object lblMRUMenuItem: TLabel
  162.           Left = 9
  163.           Top = 49
  164.           Width = 53
  165.           Height = 13
  166.           Caption = 'Menu &Item:'
  167.           FocusControl = cbxMenuItem
  168.         end
  169.         object lblDisplayStyle: TLabel
  170.           Left = 9
  171.           Top = 78
  172.           Width = 63
  173.           Height = 13
  174.           Caption = 'Display Style:'
  175.         end
  176.         object lblAppPathSettings: TLabel
  177.           Left = 14
  178.           Top = 139
  179.           Width = 126
  180.           Height = 13
  181.           Caption = 'Abbreviated Path Settings:'
  182.         end
  183.         object grpAbbSettings: TGroupBox
  184.           Left = 9
  185.           Top = 152
  186.           Width = 342
  187.           Height = 86
  188.           Color = clBtnFace
  189.           ParentColor = False
  190.           TabOrder = 6
  191.           OnMouseMove = GenMouseMove
  192.           object lblMRUDisplayWidth: TLabel
  193.             Left = 7
  194.             Top = 14
  195.             Width = 68
  196.             Height = 13
  197.             Caption = 'Display &Width:'
  198.             FocusControl = edtDisplayWidth
  199.           end
  200.           object lblSampleDesc: TLabel
  201.             Left = 9
  202.             Top = 43
  203.             Width = 276
  204.             Height = 13
  205.             Caption = 'Sample Menu Item: (Drag right edge to adjust menu width.)'
  206.           end
  207.           object pbxMenuWidth: TPaintBox
  208.             Left = 2
  209.             Top = 58
  210.             Width = 337
  211.             Height = 25
  212.             OnMouseDown = pbxMenuWidthMouseDown
  213.             OnMouseMove = pbxMenuWidthMouseMove
  214.             OnMouseUp = pbxMenuWidthMouseUp
  215.             OnPaint = pbxMenuWidthPaint
  216.           end
  217.           object edtDisplayWidth: TEdit
  218.             Left = 101
  219.             Top = 12
  220.             Width = 48
  221.             Height = 21
  222.             HelpContext = 13
  223.             MaxLength = 3
  224.             TabOrder = 0
  225.             Text = '300'
  226.             OnChange = edtDisplayWidthChange
  227.           end
  228.           object updDisplayWidth: TUpDown
  229.             Left = 149
  230.             Top = 12
  231.             Width = 12
  232.             Height = 21
  233.             HelpContext = 13
  234.             Associate = edtDisplayWidth
  235.             Min = 100
  236.             Max = 300
  237.             Position = 300
  238.             TabOrder = 1
  239.             Wrap = False
  240.           end
  241.         end
  242.         object edtMRULength: TEdit
  243.           Left = 78
  244.           Top = 18
  245.           Width = 20
  246.           Height = 21
  247.           HelpContext = 7
  248.           MaxLength = 1
  249.           TabOrder = 0
  250.           Text = '4'
  251.           OnChange = edtMRULengthChange
  252.         end
  253.         object updMRULength: TUpDown
  254.           Left = 98
  255.           Top = 18
  256.           Width = 12
  257.           Height = 21
  258.           HelpContext = 7
  259.           Associate = edtMRULength
  260.           Min = 0
  261.           Max = 9
  262.           Position = 4
  263.           TabOrder = 1
  264.           Wrap = False
  265.         end
  266.         object cbxMenuItem: TComboBox
  267.           Left = 78
  268.           Top = 47
  269.           Width = 148
  270.           Height = 21
  271.           HelpContext = 8
  272.           Style = csDropDownList
  273.           ItemHeight = 13
  274.           TabOrder = 2
  275.         end
  276.         object btnFullPath: TRadioButton
  277.           Left = 78
  278.           Top = 77
  279.           Width = 113
  280.           Height = 17
  281.           HelpContext = 9
  282.           Caption = '&Full Path'
  283.           Checked = True
  284.           TabOrder = 3
  285.           TabStop = True
  286.           OnClick = DisplayStyleClick
  287.         end
  288.         object btnFileOnly: TRadioButton
  289.           Left = 78
  290.           Top = 97
  291.           Width = 113
  292.           Height = 17
  293.           HelpContext = 10
  294.           Caption = 'Filename &Only'
  295.           TabOrder = 4
  296.           OnClick = DisplayStyleClick
  297.         end
  298.         object btnAbbPath: TRadioButton
  299.           Left = 78
  300.           Top = 117
  301.           Width = 113
  302.           Height = 17
  303.           HelpContext = 11
  304.           Caption = '&Abbreviated Path'
  305.           TabOrder = 5
  306.           OnClick = DisplayStyleClick
  307.         end
  308.       end
  309.     end
  310.     object tabForm: TTabSheet
  311.       Caption = 'Parent Form'
  312.       object grpParentForm: TGroupBox
  313.         Left = 0
  314.         Top = 0
  315.         Width = 358
  316.         Height = 245
  317.         HelpContext = 21
  318.         Align = alClient
  319.         Caption = 'General Parent Form Options'
  320.         TabOrder = 0
  321.         object btnFormLeft: TCheckBox
  322.           Left = 12
  323.           Top = 20
  324.           Width = 97
  325.           Height = 17
  326.           HelpContext = 16
  327.           Caption = '&Left'
  328.           State = cbChecked
  329.           TabOrder = 0
  330.         end
  331.         object btnFormTop: TCheckBox
  332.           Left = 12
  333.           Top = 45
  334.           Width = 97
  335.           Height = 17
  336.           HelpContext = 17
  337.           Caption = '&Top'
  338.           State = cbChecked
  339.           TabOrder = 1
  340.         end
  341.         object btnFormWidth: TCheckBox
  342.           Left = 12
  343.           Top = 70
  344.           Width = 97
  345.           Height = 17
  346.           HelpContext = 18
  347.           Caption = '&Width'
  348.           State = cbChecked
  349.           TabOrder = 2
  350.         end
  351.         object btnFormHeight: TCheckBox
  352.           Left = 12
  353.           Top = 95
  354.           Width = 97
  355.           Height = 17
  356.           HelpContext = 19
  357.           Caption = '&Height'
  358.           State = cbChecked
  359.           TabOrder = 3
  360.         end
  361.         object btnFormState: TCheckBox
  362.           Left = 12
  363.           Top = 120
  364.           Width = 97
  365.           Height = 17
  366.           HelpContext = 20
  367.           Caption = 'Window &State'
  368.           State = cbChecked
  369.           TabOrder = 4
  370.         end
  371.       end
  372.     end
  373.     object tabBound: TTabSheet
  374.       Caption = 'Property Settings'
  375.       object grpPropRelated: TGroupBox
  376.         Left = 0
  377.         Top = 0
  378.         Width = 358
  379.         Height = 245
  380.         HelpContext = 29
  381.         Align = alClient
  382.         Caption = 'Form-Related or Component-Related Settings'
  383.         TabOrder = 0
  384.         object pgcComps: TPageControl
  385.           Left = 9
  386.           Top = 20
  387.           Width = 192
  388.           Height = 218
  389.           ActivePage = tabAllComps
  390.           TabOrder = 0
  391.           OnChange = pgcCompsChange
  392.           object tabAllComps: TTabSheet
  393.             Caption = 'All Properties'
  394.             object tvwProperties: TTreeView
  395.               Left = 0
  396.               Top = 0
  397.               Width = 184
  398.               Height = 190
  399.               HelpContext = 22
  400.               ReadOnly = True
  401.               HideSelection = False
  402.               Indent = 19
  403.               Items.Data = {
  404.                 030000001E0000000000000000000000FFFFFFFFFFFFFFFF0000000002000000
  405.                 05426C616B651F0000000000000000000000FFFFFFFFFFFFFFFF000000000000
  406.                 0000064369646E69651E0000000000000000000000FFFFFFFFFFFFFFFF000000
  407.                 000000000005486F6C6C791D0000000300000000000000FFFFFFFFFFFFFFFF00
  408.                 00000001000000045279616E1E0000000100000000000000FFFFFFFFFFFFFFFF
  409.                 000000000000000005417269616E1E0000000200000000000000FFFFFFFFFFFF
  410.                 FFFF00000000010000000553636F74741F0000000000000000000000FFFFFFFF
  411.                 FFFFFFFF0000000000000000064C65736C6965}
  412.               OnChange = tvwPropertiesChange
  413.               Align = alClient
  414.               ParentColor = False
  415.               TabOrder = 0
  416.               OnClick = tvwPropertiesClick
  417.               OnMouseUp = tvwPropertiesMouseUp
  418.               OnDblClick = DoShowQuickEdit
  419.               PopupMenu = popTree
  420.               Images = ilstTreeImages
  421.             end
  422.           end
  423.           object tabSelectedComps: TTabSheet
  424.             Caption = 'Selected Properties'
  425.             object lstProperties: TListBox
  426.               Left = 0
  427.               Top = 0
  428.               Width = 184
  429.               Height = 190
  430.               HelpContext = 23
  431.               Align = alClient
  432.               ItemHeight = 13
  433.               PopupMenu = popSelList
  434.               Sorted = True
  435.               TabOrder = 0
  436.               OnClick = lstPropertiesClick
  437.               OnKeyUp = lstPropertiesKeyUp
  438.             end
  439.           end
  440.         end
  441.         object grpCurrentProps: TGroupBox
  442.           Left = 208
  443.           Top = 20
  444.           Width = 140
  445.           Height = 218
  446.           Caption = 'Setting Information'
  447.           TabOrder = 1
  448.           object lblExternalName: TLabel
  449.             Left = 28
  450.             Top = 40
  451.             Width = 72
  452.             Height = 13
  453.             Caption = 'E&xternal Name:'
  454.             Enabled = False
  455.             FocusControl = edtExternalName
  456.           end
  457.           object lblBoundApp: TLabel
  458.             Left = 28
  459.             Top = 150
  460.             Width = 58
  461.             Height = 13
  462.             Caption = '&App Setting:'
  463.             Enabled = False
  464.             FocusControl = cbxBoundApp
  465.           end
  466.           object edtExternalName: TEdit
  467.             Left = 28
  468.             Top = 57
  469.             Width = 102
  470.             Height = 21
  471.             HelpContext = 26
  472.             Enabled = False
  473.             TabOrder = 0
  474.             OnChange = edtExternalNameChange
  475.           end
  476.           object cbxBoundApp: TComboBox
  477.             Left = 28
  478.             Top = 167
  479.             Width = 102
  480.             Height = 21
  481.             HelpContext = 28
  482.             Style = csDropDownList
  483.             Enabled = False
  484.             ItemHeight = 13
  485.             TabOrder = 1
  486.             OnChange = cbxBoundAppChange
  487.           end
  488.           object btnPropEncrypted: TCheckBox
  489.             Left = 28
  490.             Top = 90
  491.             Width = 105
  492.             Height = 17
  493.             HelpContext = 27
  494.             Caption = 'Store &Encrypted'
  495.             Enabled = False
  496.             TabOrder = 2
  497.             OnClick = btnPropEncryptedClick
  498.           end
  499.           object btnUnBound: TRadioButton
  500.             Left = 9
  501.             Top = 20
  502.             Width = 126
  503.             Height = 17
  504.             HelpContext = 24
  505.             Caption = 'Stand-Alone Setting'
  506.             Enabled = False
  507.             TabOrder = 3
  508.             OnClick = btnUnBoundClick
  509.           end
  510.           object btnBound: TRadioButton
  511.             Left = 9
  512.             Top = 130
  513.             Width = 126
  514.             Height = 17
  515.             HelpContext = 25
  516.             Caption = 'Bound to App Setting'
  517.             Enabled = False
  518.             TabOrder = 4
  519.             OnClick = btnBoundClick
  520.           end
  521.         end
  522.       end
  523.     end
  524.     object tabUnBound: TTabSheet
  525.       Caption = 'Generic Settings'
  526.       object grpGeneric: TGroupBox
  527.         Left = 0
  528.         Top = 0
  529.         Width = 358
  530.         Height = 245
  531.         HelpContext = 34
  532.         Align = alClient
  533.         Caption = 'Generic Named Settings'
  534.         TabOrder = 0
  535.         object grpSettingInfo2: TGroupBox
  536.           Left = 208
  537.           Top = 20
  538.           Width = 140
  539.           Height = 218
  540.           Caption = 'Setting Information'
  541.           TabOrder = 1
  542.           object lblBoundToApp: TLabel
  543.             Left = 9
  544.             Top = 96
  545.             Width = 104
  546.             Height = 13
  547.             Caption = 'Bound to App Setting:'
  548.             Visible = False
  549.           end
  550.           object ComboBox2: TComboBox
  551.             Left = 9
  552.             Top = 118
  553.             Width = 122
  554.             Height = 21
  555.             Style = csDropDownList
  556.             ItemHeight = 13
  557.             TabOrder = 0
  558.             Visible = False
  559.           end
  560.           object btnGenEncrypted: TCheckBox
  561.             Left = 9
  562.             Top = 24
  563.             Width = 105
  564.             Height = 17
  565.             HelpContext = 27
  566.             Caption = 'Store &Encrypted'
  567.             Enabled = False
  568.             TabOrder = 1
  569.             OnClick = btnGenEncryptedClick
  570.           end
  571.         end
  572.         object btnAddItem: TButton
  573.           Left = 11
  574.           Top = 214
  575.           Width = 55
  576.           Height = 22
  577.           HelpContext = 31
  578.           Caption = '&Add'
  579.           TabOrder = 2
  580.           OnClick = btnAddItemClick
  581.         end
  582.         object btnEditItem: TButton
  583.           Left = 73
  584.           Top = 214
  585.           Width = 55
  586.           Height = 22
  587.           HelpContext = 32
  588.           Caption = 'E&dit'
  589.           Enabled = False
  590.           TabOrder = 3
  591.           OnClick = btnEditItemClick
  592.         end
  593.         object tvwGeneric: TTreeView
  594.           Left = 9
  595.           Top = 20
  596.           Width = 192
  597.           Height = 188
  598.           HelpContext = 30
  599.           ShowButtons = False
  600.           HideSelection = False
  601.           Indent = 15
  602.           OnEditing = tvwGenericEditing
  603.           OnEdited = tvwGenericEdited
  604.           OnChange = tvwGenericChange
  605.           ParentColor = False
  606.           TabOrder = 0
  607.           PopupMenu = popGeneric
  608.           ParentShowHint = False
  609.           ShowHint = False
  610.         end
  611.         object btnDeleteItem: TButton
  612.           Left = 135
  613.           Top = 214
  614.           Width = 55
  615.           Height = 22
  616.           HelpContext = 33
  617.           Caption = 'De&lete'
  618.           Enabled = False
  619.           TabOrder = 4
  620.           OnClick = btnDeleteItemClick
  621.         end
  622.       end
  623.     end
  624.   end
  625.   object pnlRight: TPanel
  626.     Left = 366
  627.     Top = 0
  628.     Width = 86
  629.     Height = 273
  630.     Align = alRight
  631.     BevelOuter = bvNone
  632.     TabOrder = 1
  633.     object btnOK: TButton
  634.       Left = 8
  635.       Top = 12
  636.       Width = 70
  637.       Height = 22
  638.       Caption = 'OK'
  639.       TabOrder = 0
  640.       OnClick = btnOKClick
  641.     end
  642.     object btnCancel: TButton
  643.       Left = 8
  644.       Top = 42
  645.       Width = 70
  646.       Height = 22
  647.       Cancel = True
  648.       Caption = 'Cancel'
  649.       TabOrder = 1
  650.       OnClick = btnCancelClick
  651.     end
  652.   end
  653.   object ilstTreeImages: TImageList
  654.     Left = 383
  655.     Top = 91
  656.     Bitmap = {
  657.       3618000004000000424D36180000000000003600000028000000400000002000
  658.       0000010018000000000000180000000000000000000000000000000000000000
  659.       0000000000000000000000000000000000000000000000000000000000000000
  660.       0000000000000000000000000000000000000000000000000000000000000000
  661.       0000000000000000000000000000000000000000000000000000000000000000
  662.       0000000000000000000000000000000000000000000000000000000000000000
  663.       0000000000000000000000000000000000000000000000000000000000000000
  664.       0000000000000000000000000000000000000000000000000000000000000000
  665.       0000000000000000000000000000000000000000000000000000000000000000
  666.       0000000000000000000000000000000000000000000000000000000000000000
  667.       0000000000000000000000000000000000000000000000000000000000000000
  668.       0000000000000000000000000000000000000000000000000000000000000000
  669.       0000000000000000000000000000000000000000000000000000000000000000
  670.       0000000000000000000000000000000000000000000000000000000000000000
  671.       0000000000000000000000000000000000000000000000000000000000000000
  672.       0000000000000000000000000000000000000000000000000000000000000000
  673.       0000000000000000000000000000000000000000000000000000000000000000
  674.       0000000000000000000000000000000000000000000000000000000000000000
  675.       0000000000000000000000000000000000000000000000000000000000000000
  676.       0000000000000000000000000000000000000000000000000000000000000000
  677.       0000000000000000000000000000000000000000000000000000000000000000
  678.       0000000000000000000000000000000000000000000000000000000000000000
  679.       0000000000000000000000000000000000000000000000000000000000000000
  680.       0000000000000000000000000000000000000000000000000000000000000000
  681.       0000000000000000000000000000000000000000000000000000000000000000
  682.       0000000000000000000000000000000000000000000000000000000000000000
  683.       0000000000000000000000000000000000000000000000000000000000000000
  684.       0000000000000000000000000000000000000000000000000000000000000000
  685.       0000000000000000000000000000000000000000000000000000000000000000
  686.       0000000000000000000000000000000000000000000000000000000000000000
  687.       0000000000000000000000000000000000000000000000000000000000000000
  688.       0000000000000000000000000000000000000000000000000000000000000000
  689.       0000000000000000000000000000000000000000000000000000000000000000
  690.       0000000000000000000000000000000000000000000000000000000000000000
  691.       0000000000000000000000000000000000000000000000000000000000000000
  692.       0000000000000000000000000000000000000000000000000000000000000000
  693.       0000000000000000000000000000000000000000000000000000000000000000
  694.       0000000000000000000000000000000000000000000000000000000000000000
  695.       0000000000000000000000000000000000000000000000000000000000000000
  696.       0000000000000000000000000000000000000000000000000000000000000000
  697.       0000000000000000000000000000000000000000000000000000000000000000
  698.       0000000000000000000000000000000000000000000000000000000000000000
  699.       0000000000000000000000000000000000000000000000000000000000000000
  700.       0000000000000000000000000000000000000000000000000000000000000000
  701.       0000000000000000000000000000000000000000000000000000000000000000
  702.       0000000000000000000000000000000000000000000000000000000000000000
  703.       0000000000000000000000000000000000000000000000000000000000000000
  704.       0000000000000000000000000000000000000000000000000000000000000000
  705.       0000000000000000000000000000000000000000000000000000000000000000
  706.       0000000000000000000000000000000000000000000000000000000000000000
  707.       0000000000000000000000000000000000000000000000000000000000000000
  708.       0000000000000000000000000000000000000000000000000000000000000000
  709.       0000000000000000000000000000000000000000000000000000000000000000
  710.       0000000000000000000000000000000000000000000000000000000000000000
  711.       0000000000000000000000000000000000000000000000000000000000000000
  712.       0000000000000000000000000000000000000000000000000000000000000000
  713.       0000000000000000000000000000000000000000000000000000000000000000
  714.       0000000000000000000000000000000000000000000000000000000000000000
  715.       0000000000000000000000000000000000000000000000000000000000000000
  716.       0000000000000000000000000000000000000000000000000000000000000000
  717.       0000000000000000000000000000000000000000000000000000000000000000
  718.       0000000000000000000000000000000000000000000000000000000000003067
  719.       60AF6F70A06F604F8F70CFAF3F90A860C04F60AF4F703FCF201FAF709F8F709F
  720.       8F700F8F702FAF3F4F88600F0F6F7FCF201FAF709F8F70D02F6F80AF3FC06730
  721.       A0873080C7201FAF709F8F701FEF6FAFCF6FA04F70CFAF3FAF68500F0800A000
  722.       00000000000000000000A0000000000000000000000000000000000030286F60
  723.       AF6000C74F7F8F7000C7607FAF70708F60000000000000000000000000000000
  724.       0000000000000000000000000000000000000000000000000000000000001F0F
  725.       6F0F2F6F90AF3F80C72030AF70608F6F90476060AF600F6F6040AF3F80C72030
  726.       AF70608F6F9F0770902F6F6FAF60EF473030C760AF8F6F606F301F0F6F0F2F6F
  727.       90AF3F80C72030AF70608F6F9F476060AF600F6F6040AF3F80C720A0EF6FA02F
  728.       6060AF3F2F4730A02730B0073070073080C7201FAF709F8F70702F606FAF60EF
  729.       4740602F605FAF605F67501F0F6FBFAF60708F604FAF6F0FCF6F306760AF6F70
  730.       A02F60208F6090AF3FB0E73080672F70286F702F605F8740902F6FB0AF6020AF
  731.       6090EF5F1FEF6F70CF6070077060EF3F104F608F2F6020AF70608F70EF473030
  732.       4760102F701F0F6F4F8F6F20AF3FA0C72090EF6F20AF607F2F6020AF70608F70
  733.       EF47303047707F8F602FEF6F1F0F6F4F8F6F20AF3FA0C72030AF70608F6F8F07
  734.       70902F6F6FAF60EF073030C760AF8F6F602F301F0F6F0F2F6F90AF3F80C72030
  735.       AF70608F6F8F476060AF600F6F6040AF3F80C7206F2F60A02F6F70AF602FAF3F
  736.       80C72030AF70608F6F900770902F6F6FAF60EFC73030C760AF8F6F604F300000
  737.       00000000800F0000000000000000000000000000000000000000000000000000
  738.       0000001F3F5F97C0FF4F2FE03700001F3F5F97C0FF4F2FE03700BF104F709F10
  739.       B0473FE037000F00000007008038000000001F0700000000000000000000304F
  740.       202FAFB00F000000000000000000000000000000000000000000000000000000
  741.       0000000000000000000000000000B0286F9F2F6FA0AF60204F3F00076FA08F70
  742.       804F3F7FE72FBFEF70BFCF2F0FEF6020AF601FCF2F1FEF6F6FEF2F7F4F700000
  743.       0000000000000000000000000000000000000000000000000000000000000000
  744.       0000000000000000000000000000000000000000000000000000000000000000
  745.       0000000000000000000000000000000000000000000000000000000000000000
  746.       0000000000000000000000000000000000000000000000000000000000000000
  747.       0000000000000000000000000000000000000000000000000000000000000000
  748.       0000000000009F3F000000000000000000000000000000000000000000000000
  749.       0000000000000000000000000000000000000000000000000000000000000000
  750.       0000000000000000000000000000000000000000000000000000000000000000
  751.       0000000000000000000000000000000000000000000000000000000000000000
  752.       0000000000000000000000000000000000000000000000000000000000000000
  753.       0000000000000000000000000000000000000000000000000000000000000000
  754.       0000000000000000000000000000000000000000000000000000000000000000
  755.       0000000000000000000000000000000000000000000000000000000000000000
  756.       0000000000000000000000000000000000000000000000000000000000000000
  757.       0000000000000000000000000000000000000000000000000000000000000000
  758.       0000000000000000000000000000000000000000000000000000000000000000
  759.       0000000000000000000000000000000000000000000000000000000000000000
  760.       0000000000000000000000000000000000000000000000000000000000000000
  761.       0000000000000000000000000000000000000000000000000000000000000000
  762.       0000000000000000000000000000000000000000000000000000000000000000
  763.       0000000000000000000000000000000000000000000000000000000000000000
  764.       0000000000000000000000000000000000000000000000000000000000000000
  765.       0000000000000000000000000000000000000000000000000000000000000000
  766.       0000000000000000000000000000000000000000000000000000000000000000
  767.       0000000000000000000000000000000000000000000000000000000000000000
  768.       0000000000000000000000000000000000000000000000000000000000000000
  769.       0000000000000000000000000000000000000000000000000000000000000000
  770.       0000000000000000000000000000000000000000000000000000000000000000
  771.       0000000000000000000000000000000000000000000000000000000000000000
  772.       0000000000000000000000000000000000000000000000000000000000000000
  773.       00000000000000000000000000000000BFBFBFBFBFBFBFBFBFBFBFBF00000000
  774.       0000000000000000000000000000000000000000000000000000000000000000
  775.       BFBFBFBFBFBFBFBFBFBFBFBF0000000000000000000000000000000000000000
  776.       00000000000000000000000000000000BFBFBFBFBFBFBFBFBFBFBFBF00000000
  777.       0000000000000000000000000000000000000000000000000000000000000000
  778.       007F00007F00007F00007F000000000000000000000000000000000000000000
  779.       00000000000000000000000000BFBFBF000000000000000000000000BFBFBF00
  780.       0000000000000000000000000000000000000000000000000000000000BFBFBF
  781.       000000000000000000000000BFBFBF0000000000000000000000000000000000
  782.       00000000000000000000000000BFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBF00
  783.       0000000000000000000000000000000000000000000000000000000000007F00
  784.       007F00007F00007F00007F00007F000000000000000000000000000000000000
  785.       00000000000000000000BFBFBF000000000000000000000000000000000000BF
  786.       BFBF000000000000000000000000000000000000000000000000BFBFBF000000
  787.       000000FF0000000000000000000000BFBFBF0000000000000000000000000000
  788.       00000000000000000000BFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBF
  789.       BFBF000000000000000000000000000000000000000000000000007F00007F00
  790.       007F00007F00007F00007F00007F00007F000000000000000000000000000000
  791.       00000000000000BFBFBF00000000000000000000000000000000000000000000
  792.       0000BFBFBF000000000000000000000000000000000000BFBFBF000000000000
  793.       FF0000FF0000FF0000000000000000000000BFBFBF0000000000000000000000
  794.       00000000000000BFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBF
  795.       BFBFBFBFBF000000000000000000000000000000000000007F00007F00007F00
  796.       007F00007F00007F00007F00007F00007F00007F000000000000000000000000
  797.       00000000000000BFBFBF00000000000000000000000000000000000000000000
  798.       0000BFBFBF000000000000000000000000000000000000BFBFBF000000FF0000
  799.       FF0000FF0000FF0000FF0000000000000000BFBFBF0000000000000000000000
  800.       00000000000000BFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBF
  801.       BFBFBFBFBF000000000000000000000000000000000000007F00007F00007F00
  802.       007F00007F00007F00007F00007F00007F00007F000000000000000000000000
  803.       00000000000000BFBFBF00000000000000000000000000000000000000000000
  804.       0000BFBFBF000000000000000000000000000000000000BFBFBF000000FF0000
  805.       FF0000000000FF0000FF0000FF0000000000BFBFBF0000000000000000000000
  806.       00000000000000BFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBF
  807.       BFBFBFBFBF000000000000000000000000000000000000007F00007F00007F00
  808.       007F00007F00007F00007F00007F00007F00007F000000000000000000000000
  809.       00000000000000BFBFBF00000000000000000000000000000000000000000000
  810.       0000BFBFBF000000000000000000000000000000000000BFBFBF000000FF0000
  811.       000000000000000000FF0000FF0000FF0000BFBFBF0000000000000000000000
  812.       00000000000000BFBFBFBFBFBF000000BFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBF
  813.       BFBFBFBFBF000000000000000000000000000000000000007F00007F0000FF00
  814.       007F00007F00007F00007F00007F00007F00007F000000000000000000000000
  815.       00000000000000000000BFBFBF000000000000000000000000000000000000BF
  816.       BFBF000000000000000000000000000000000000000000000000BFBFBF000000
  817.       000000000000000000000000FF0000FF0000FF00000000000000000000000000
  818.       00000000000000000000BFBFBFBFBFBF000000BFBFBFBFBFBFBFBFBFBFBFBFBF
  819.       BFBF000000000000000000000000000000000000000000000000007F00007F00
  820.       00FF00007F00007F00007F00007F00007F000000000000000000000000000000
  821.       00000000000000000000000000BFBFBF000000000000000000000000BFBFBF00
  822.       0000000000000000000000000000000000000000000000000000000000BFBFBF
  823.       000000000000000000000000BFBFBFFF0000FF00000000000000000000000000
  824.       00000000000000000000000000BFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBFBF00
  825.       0000000000000000000000000000000000000000000000000000000000007F00
  826.       007F00007F00007F00007F00007F000000000000000000000000000000000000
  827.       00000000000000000000000000000000BFBFBFBFBFBFBFBFBFBFBFBF00000000
  828.       0000000000000000000000000000000000000000000000000000000000000000
  829.       BFBFBFBFBFBFBFBFBFBFBFBF000000000000FF00000000000000000000000000
  830.       00000000000000000000000000000000BFBFBFBFBFBFBFBFBFBFBFBF00000000
  831.       0000000000000000000000000000000000000000000000000000000000000000
  832.       007F00007F00007F00007F000000000000000000000000000000000000000000
  833.       0000000000000000000000000000000000000000000000000000000000000000
  834.       0000000000000000000000000000000000000000000000000000000000000000
  835.       0000000000000000000000000000000000000000000000000000000000000000
  836.       0000000000000000000000000000000000000000000000000000000000000000
  837.       0000000000000000000000000000000000000000000000000000000000000000
  838.       0000000000000000000000000000000000000000000000000000000000000000
  839.       0000000000000000000000000000000000000000000000000000000000000000
  840.       0000000000000000000000000000000000000000000000000000000000000000
  841.       0000000000000000000000000000000000000000000000000000000000000000
  842.       0000000000000000000000000000000000000000000000000000000000000000
  843.       0000000000000000000000000000000000000000000000000000000000000000
  844.       0000000000000000000000000000000000000000000000000000000000000000
  845.       0000000000000000000000000000000000000000000000000000000000000000
  846.       0000000000000000000000000000000000000000000000000000000000000000
  847.       0000000000000000000000000000000000000000000000000000000000000000
  848.       0000000000000000000000000000000000000000000000000000000000000000
  849.       0000000000000000000000000000000000000000000000000000000000000000
  850.       000000000000000000000000000000000000000000000000000000000000424D
  851.       3E010000000000003E0000002800000040000000200000000100010000000000
  852.       000100000000000000000000000000000000000000000000FFFFFF00FFFFFFFF
  853.       FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF67BCFFFFFFFFFFFFFFFF
  854.       FFFFFFFFFFFF67BCFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  855.       67BCFFFFFFFFFFFFFFFFFFFFFFFFFFFF67BCFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  856.       FFFFFFFFFFFFFFFFFFFF67BCFFFFFFFFFFFFFFFFFFFFFFFFFFFF67BCFFFFFFFF
  857.       FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC3FFC3FFC3FFC3FFBDFFBDF
  858.       F81FF81FF7EFF6EFF00FF00FEFF7EC77E007E007EFF7E837E007E007EFF7E917
  859.       E007E007EFF7EB87E407E007F7EFF7C7F20FF00FFBDFFBC7F81FF81FFC3FFC37
  860.       FC3FFC3FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF}
  861.   end
  862.   object popTree: TPopupMenu
  863.     Left = 387
  864.     Top = 134
  865.     object mniTreeExpandAll: TMenuItem
  866.       Caption = '&Expand All'
  867.       ShortCut = 0
  868.       OnClick = mniTreeExpandAllClick
  869.     end
  870.     object mniTreeCollapseAll: TMenuItem
  871.       Caption = '&Collapse All'
  872.       ShortCut = 0
  873.       OnClick = mniTreeCollapseAllClick
  874.     end
  875.     object N4: TMenuItem
  876.       Caption = '-'
  877.       ShortCut = 0
  878.     end
  879.     object QuickSelect1: TMenuItem
  880.       Caption = '&Quick Select'
  881.       ShortCut = 0
  882.       OnClick = DoShowQuickEdit
  883.     end
  884.     object N1: TMenuItem
  885.       Caption = '-'
  886.       ShortCut = 0
  887.     end
  888.     object WhatsThis1: TMenuItem
  889.       Caption = 'What'#39's This?'
  890.       ShortCut = 0
  891.       OnClick = OnWhatsThis
  892.     end
  893.   end
  894.   object popGeneral: TPopupMenu
  895.     Left = 389
  896.     Top = 171
  897.     object WhatsThis2: TMenuItem
  898.       Caption = '&What'#39's This?'
  899.       ShortCut = 0
  900.       OnClick = OnWhatsThis
  901.     end
  902.   end
  903.   object popSelList: TPopupMenu
  904.     OnPopup = popSelListPopup
  905.     Left = 393
  906.     Top = 216
  907.     object mniPopSelDelete: TMenuItem
  908.       Caption = '&Delete Selected'
  909.       ShortCut = 0
  910.       OnClick = mniPopSelDeleteClick
  911.     end
  912.     object N2: TMenuItem
  913.       Caption = '-'
  914.       ShortCut = 0
  915.     end
  916.     object WhatsThis3: TMenuItem
  917.       Caption = '&Whats This?'
  918.       ShortCut = 0
  919.       OnClick = OnWhatsThis
  920.     end
  921.   end
  922.   object popGeneric: TPopupMenu
  923.     OnPopup = popGenericPopup
  924.     Left = 381
  925.     Top = 233
  926.     object mniGenericAdd: TMenuItem
  927.       Caption = '&Add'
  928.       ShortCut = 0
  929.       OnClick = btnAddItemClick
  930.     end
  931.     object mniGenericEdit: TMenuItem
  932.       Caption = '&Edit'
  933.       ShortCut = 0
  934.       OnClick = btnEditItemClick
  935.     end
  936.     object mniGenericDelete: TMenuItem
  937.       Caption = '&Delete'
  938.       ShortCut = 0
  939.       OnClick = btnDeleteItemClick
  940.     end
  941.     object N3: TMenuItem
  942.       Caption = '-'
  943.       ShortCut = 0
  944.     end
  945.     object WhatsThis4: TMenuItem
  946.       Caption = '&What'#39's This?'
  947.       ShortCut = 0
  948.       OnClick = OnWhatsThis
  949.     end
  950.   end
  951. end
  952.